-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Added FanVision Bolt to showcase #8708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
By analyzing the blame information on this pull request, we identified @lacker and @RetroPoktan to be potential reviewers. |
|
Seems like a cool app. This seems cool for the showcase, although that link and title don't seem to quite explain what it is. How about a different infoTitle, like... well what is this thing exactly? It's an app plus accessory that gives you live TV at NASCAR events? |
341d0ff to
8b9558f
Compare
|
Yes, I've updated the infoTitle with more details. |
|
@facebook-github-bot shipit |
|
Thanks for importing. If you are an FB employee go to Phabricator to review. |
Summary: Hi there, I showed this app to a couple of FB people at the React Europe conf in June (ndfred tadeuzagallo ericvicenti astreet and others), they suggested I should submit it to be part of the showcased apps. It's used in production since the beginning of the year and fully usable at all NASCAR events. The external accessory receives the digital TV signal broadcasted around the track by an antenna on a FanVision truck. People rent the accessory there at our kiosks. It also recharges your smartphone battery. I linked to a demo video so people can actually see what it does without having the required accessory. The app is of course powered by React Native. I've built custom modules to integrate the native code that does all the heavy work (talking to the accessory, demuxing the raw data, decoding the audio and video, processing the additional data for all stats, etc). Let me know what you think. Closes facebook#8708 Differential Revision: D3553712 Pulled By: lacker fbshipit-source-id: 870a3fea9f3a662e82480ffbfcf0835478f0d4be
Summary: Hi there, I showed this app to a couple of FB people at the React Europe conf in June (ndfred tadeuzagallo ericvicenti astreet and others), they suggested I should submit it to be part of the showcased apps. It's used in production since the beginning of the year and fully usable at all NASCAR events. The external accessory receives the digital TV signal broadcasted around the track by an antenna on a FanVision truck. People rent the accessory there at our kiosks. It also recharges your smartphone battery. I linked to a demo video so people can actually see what it does without having the required accessory. The app is of course powered by React Native. I've built custom modules to integrate the native code that does all the heavy work (talking to the accessory, demuxing the raw data, decoding the audio and video, processing the additional data for all stats, etc). Let me know what you think. Closes facebook#8708 Differential Revision: D3553712 Pulled By: lacker fbshipit-source-id: 870a3fea9f3a662e82480ffbfcf0835478f0d4be
Summary: Hi there, I showed this app to a couple of FB people at the React Europe conf in June (ndfred tadeuzagallo ericvicenti astreet and others), they suggested I should submit it to be part of the showcased apps. It's used in production since the beginning of the year and fully usable at all NASCAR events. The external accessory receives the digital TV signal broadcasted around the track by an antenna on a FanVision truck. People rent the accessory there at our kiosks. It also recharges your smartphone battery. I linked to a demo video so people can actually see what it does without having the required accessory. The app is of course powered by React Native. I've built custom modules to integrate the native code that does all the heavy work (talking to the accessory, demuxing the raw data, decoding the audio and video, processing the additional data for all stats, etc). Let me know what you think. Closes facebook/react-native#8708 Differential Revision: D3553712 Pulled By: lacker fbshipit-source-id: 870a3fea9f3a662e82480ffbfcf0835478f0d4be
Hi there,
I showed this app to a couple of FB people at the React Europe conf in June (@ndfred @tadeuzagallo @ericvicenti @astreet and others), they suggested I should submit it to be part of the showcased apps.
It's used in production since the beginning of the year and fully usable at all NASCAR events.
The external accessory receives the digital TV signal broadcasted around the track by an antenna on a FanVision truck.
People rent the accessory there at our kiosks. It also recharges your smartphone battery.
I linked to a demo video so people can actually see what it does without having the required accessory.
The app is of course powered by React Native. I've built custom modules to integrate the native code that does all the heavy work (talking to the accessory, demuxing the raw data, decoding the audio and video, processing the additional data for all stats, etc).
Let me know what you think.